home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / utility / uuexe656.zip / B64DROP.BAT next >
DOS Batch File  |  1996-10-18  |  232b  |  9 lines

  1. @echo off
  2. rem use this as a drop target to encode Base64 files on Win95
  3. rem rename below to contain the correct path to uuencode
  4. rem For example: c:\utility\uuencode etc.
  5.  
  6. ???\uuencode -6 %1 *\
  7. echo .
  8. echo Done Encoding %1
  9.